ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ChartAxis<T> Class / Title Property






In This Topic
    Title Property (ChartAxis<T>)
    In This Topic
    Gets or sets the title text shown next to the axis.
    Syntax
    'Declaration
     
    
    Public Property Title As System.String
    'Usage
     
    
    Dim instance As ChartAxis(Of T)
    Dim value As System.String
     
    instance.Title = value
     
    value = instance.Title
    public System.string Title {get; set;}
    public read-write property Title: System.String; 
    public function get,set Title : System.String
    public: __property System.string* get_Title();
    public: __property void set_Title( 
       System.string* value
    );
    public:
    property System.String^ Title {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also